SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 30435: PROC METALIB fails to analyze all tables in a DBMS library if one table contains a column with an unsupported datatype

DetailsAboutRate It

If you run PROC METALIB on a library that refers to a relational database, the procedure may fail to analyze all the tables in the library.

This problem occurs when one or more tables in the RDBMS schema contains a column that is defined with a data type that the SAS® System does not recognize, such as the TIMESTAMP data type in Oracle.

When you run PROC METALIB on such a library, you will see notes similar to the following in the log:

   WARNING: This variable has been dropped.
   NOTE: A total of 28 tables were analyzed for library "Oracle - Group 1".
   NOTE: NOEXEC statement in effect.  No Metadata changes applied.
   NOTE: Metadata for 0 tables would have been updated.
   NOTE: Metadata for 0 tables would have been deleted.
   NOTE: Metadata for 18 tables would have been added.
   NOTE: Metadata for 10 tables matched the data sources.
   NOTE: 0 other tables were not processed due to error or UPDATE_RULE.
   NOTE: The following 1 column(s) in DATALIB.BATCH_DETAIL_DATA  have been   
         automatically dropped because they have a datatype that is not  
         supported by this engine:
         BDD_INFO_DATE 

In this situation, the number of tables reported in the first note is less than the total number of tables in the entire library.

The only circumvention for this problem is to use the SELECT or EXCLUDE statement in PROC METALIB to selectively include or exclude tables and views in groups that prevent the offending columns from interfering with the metadata import.



Operating System and Release Information

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemSAS Metadata Serverz/OS9.1 TS1M3 SP49.4 TS1M0
Microsoft® Windows® for 64-Bit Itanium-based Systems9.1 TS1M3 SP49.4 TS1M0
Microsoft Windows Server 2003 Datacenter 64-bit Edition9.1 TS1M3 SP49.4 TS1M0
Microsoft Windows Server 2003 Enterprise 64-bit Edition9.1 TS1M3 SP49.4 TS1M0
Microsoft Windows XP 64-bit Edition9.1 TS1M3 SP49.4 TS1M0
Microsoft® Windows® for x649.1 TS1M3 SP49.4 TS1M0
Microsoft Windows 2000 Advanced Server9.1 TS1M3 SP4
Microsoft Windows 2000 Datacenter Server9.1 TS1M3 SP4
Microsoft Windows 2000 Server9.1 TS1M3 SP4
Microsoft Windows 2000 Professional9.1 TS1M3 SP4
Microsoft Windows NT Workstation9.1 TS1M3 SP4
Microsoft Windows Server 2003 Datacenter Edition9.1 TS1M3 SP49.4 TS1M0
Microsoft Windows Server 2003 Enterprise Edition9.1 TS1M3 SP49.4 TS1M0
Microsoft Windows Server 2003 Standard Edition9.1 TS1M3 SP49.4 TS1M0
Microsoft Windows XP Professional9.1 TS1M3 SP49.4 TS1M0
Windows Vista9.1 TS1M3 SP49.4 TS1M0
64-bit Enabled AIX9.1 TS1M3 SP49.4 TS1M0
64-bit Enabled HP-UX9.1 TS1M3 SP49.4 TS1M0
64-bit Enabled Solaris9.1 TS1M3 SP49.4 TS1M0
HP-UX IPF9.1 TS1M3 SP49.4 TS1M0
Linux9.1 TS1M3 SP49.4 TS1M0
Linux on Itanium9.1 TS1M3 SP49.4 TS1M0
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.